@font-face {
    font-family: MinionPro-Bold;
    src: url(../fonts/MinionPro-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/MinionPro-Bold.otf) format('opentype'), url(../fonts/MinionPro-Bold.woff) format('woff'), url(../fonts/MinionPro-Bold.ttf) format('truetype'), url(../fonts/MinionPro-Bold.svg#MinionPro-Bold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MinionPro-Regular;
    src: url(../fonts/MinionPro-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/MinionPro-Regular.otf) format('opentype'), url(../fonts/MinionPro-Regular.woff) format('woff'), url(../fonts/MinionPro-Regular.ttf) format('truetype'), url(../fonts/MinionPro-Regular.svg#MinionPro-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MinionPro-Semibold;
    src: url(../fonts/MinionPro-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/MinionPro-Semibold.otf) format('opentype'), url(../fonts/MinionPro-Semibold.woff) format('woff'), url(../fonts/MinionPro-Semibold.ttf) format('truetype'), url(../fonts/MinionPro-Semibold.svg#MinionPro-Semibold) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 90%
}

html {
    font-size: 100%;
    width: 100%;
    height: 90%
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
	
	
}

.clear {
    clear: both
}

a,
button,
input[type=search],
input[type=submit] {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none;
    color: #f6cd40
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #b81366
}

a:focus {
    outline: 0!important;
    outline-offset: none!important;
    text-decoration: none!important
}

button:focus {
    outline: 0
}

a,
img {
    border: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

label {
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0 0 15px;
    font-family: Poppins, sans-serif;
    color: #333;
    position: relative
}

ol,
ul {
    list-style: none;
    margin: 0
}

ol li,
ul li {
    list-style: none
}

p {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0 0 10px
}

.check-box {
    display: block
}

.check-box input[type=checkbox] {
    display: none
}

.check-box input[type=checkbox]+label {
    background: url(../img/chk.png) no-repeat scroll left top;
    display: inline-block;
    padding: 0 0 0 30px;
    width: auto;
    color: #57757f;
    font-weight: 400;
    line-height: 19px;
    cursor: pointer;
    font-size: 16px
}

.check-box input[type=checkbox]:checked+label {
    background-image: url(../img/chk-a.png)
}

.radio-custom input[type=radio] {
    display: none
}

.radio-custom input[type=radio]+label {
    background: rgba(0, 0, 0, 0) url(../img/rdo.png) no-repeat left top;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    min-height: 22px;
    min-width: 24px;
    padding: 0 0 0 30px
}

.radio-custom input[type=radio]:checked+label {
    background-image: url(../img/rdo-a.png)
}

.form-group {
    display: block;
    position: relative
}

.form-control {
    border-radius: 0;
    box-shadow: none!important;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap
}

select,
select.form-control {
    background: #fff url(../img/arw.png) no-repeat scroll right center!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    padding-left: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto
}

.btn-custom {
    background: #fff000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 2px 20px 0
}

.btn-custom:focus,
.btn-custom:hover {
    background: #b10060;
    color: #fff
}

.btn-pink {
    background: #b10060;
    color: #fff
}

.btn-pink:focus,
.btn-pink:hover {
    background: #fff000;
    color: #000
}

.btn-lg {
    padding: 2px 60px 0
}

.dis-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.dis-block {
    display: block;
    position: relative
}

.full {
    width: 100%;
    position: relative;
    float: left
}

.full-wdth {
    width: 100%;
    position: relative
}

.yellow-color {
    color: #fff000
}

.realtive,
.relative {
    position: relative
}

.vertical-middle {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.margin0 {
    margin: 0!important
}

.padding0 {
    padding: 0!important
}

.border0 {
    border: none!important
}

h2 {
    color: #2476b3;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px
}

.color-blue {
    color: #57757f
}

.color-black {
    color: #252525
}

.color-red {
    color: #b10060
}

.color-light-blue {
    color: #9ba5af
}

.font13 {
    font-size: 13px
}

.text_center {
    text-align: center
}

.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

body {
    color: #fff;
    background-color: #000
}

.free_text {
    background: #fff;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #000;
    line-height: 26px;
    text-align: center
}

.wrapper {
    max-width: 640px;
    width: 100%;
    margin: 0 auto
}

.main_bg {
    background: #1c1f3c url(../images/bg-game.jpg) center bottom no-repeat;
    background-size: cover
}

.logo {
    display: block;
    padding: 25px 0 30px;
    
    max-width: 250px;
    margin: auto
}

.my-game-page {
    padding: 0 15px
}

.wrapper_pad {
    padding: 0 5%
}

.theme-color {
    color: #ffcb19
}

.content-main {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    padding: 0 15px
}

.main-outer {
    height: 100%;
    min-height: 100vh;
    max-width: 640px;
    text-align: center;
    margin: auto
}

.bg-subscribe {
    background:  linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ), url(http://35.154.171.237/newportal/img/g4.jpg) no-repeat center top;
    
    padding-top: 0;
    height: 100%;
    min-height: 771px
}

.about_subscribe_text {
    font-family: MinionPro-Semibold;
    font-size: 25px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    margin-bottom: 25px
}

.csf-control {
    padding: 18px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    font-size: 21px
}

.sb-btn{
    border: 0;
    background: #bb1051;
    background: -moz-linear-gradient(top, #03de00  0, #4f466b 100%);
    background: -webkit-linear-gradient(top, #03de00  0, #4f466b 100%);
    background: linear-gradient(to bottom, #03de00  0, #4f466b 100%);
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-family: MinionPro-Bold;
    font-size: 38px
}

.sb-btn:hover {
    background: #bb1051;
    background: -moz-linear-gradient(top, #4f466b 0, #03de00 100%);
    background: -webkit-linear-gradient(top, #4f466b 0, #03de00 100%);
    background: linear-gradient(to bottom, #4f466b 0, #03de00 100%);
    color: #fff
}

.succsess-btn {
    background: #49c416;
    background: -moz-linear-gradient(top, #78d314 0, #18aa17 100%);
    background: -webkit-linear-gradient(top, #78d314 0, #18aa17 100%);
    background: linear-gradient(to bottom, #78d314 0, #18aa17 100%);
    color: #fff
}

.succsess-btn:hover {
    background: #49c416;
    background: -moz-linear-gradient(top, #18aa17 0, #78d314 100%);
    background: -webkit-linear-gradient(top, #18aa17 0, #78d314 100%);
    background: linear-gradient(to bottom, #18aa17 0, #78d314 100%);
    color: #fff
}

.Subscribe-main {
    margin: 25px auto 45px
}

.cstmr_suprt {
    font-family: MinionPro-Regular;
    font-size: 21px
}

.cstmr_suprt a {
    color: #fff
}

.cstmr_suprt a:hover {
    color: #f6cd40
}

.small-txt {
    font-size: 14px
}

.cs-checkbox {
    display: flex;
    text-align: left;
    font-size: 14px;
    font-family: MinionPro-Semibold
}

.cs-checkbox input {
    margin-right: 5px;
    margin-top: 2px
}

.gray_bg {
    background: #2a2a2a;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    margin-top: 10px
}

.yellow {
    color: #ff0101
}

.line18 {
    line-height: 18px
}

.input {
    border: medium none;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    width: 200px;
    margin-top: 5px
}

.language {
    position: relative;
    background: #000;
    font-weight: 600;
    text-align: right
}

.language a:link,
.language a:visited {
    font-size: 11px;
    color: #666;
    width: 60px;
    padding: 10px 10px
}

.language a:hover {
    colo: #fff
}

.page-title {
    background: #efefef;
    color: #323232;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px
}

.content-page {
    padding-left: 15px;
    padding-right: 15px
}

.content-page p {
    font-size: 13px;
    padding-bottom: 10px
}

.bottom {
    background: #5a256c;
    padding: 10px 5px 1px
}

.bottom a {
    color: #fff
}

.game-listss ul li {
    display: flex;
    color: #212121;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 50px 167px 0 rgba(0, 0, 0, .27);
    overflow: hidden;
    margin-bottom: 18px
}

.game-listss ul li a {
    background: #01994e;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 50px;
    color: #fff;
    display: inline-block
}

.game-listss ul li .gam-play {
    margin-right: 25px;
    position: relative;
    width: 210px;
    background-size: 100% 100%!important
}

.game-listss ul li .gam-list {
    padding: 5px 0 10px
}

.game-listss ul li .gam-list b {
    font-weight: 700;
    display: block;
    font-size: 25px;
    text-align: left;
    margin-bottom: 30px
}

.game-listss ul li .gam-list span {
    display: block;
    font-size: 15px;
    text-align: left;
    margin-bottom: 8px
}

.foot-links {
    text-align: center;
    font-size: 14px;
    text-transform: lowercase
}

.foot-links a {
    display: inline-block;
    margin: 0 5px;
    color: #fff
}

.foot-links a:hover {
    color: #6979ad;
    text-decoration: underline
}

.pagignation {
    display: block;
    text-align: center;
    padding: 15px 0
}

.pagignation ul li {
    display: inline-block;
    vertical-align: middle
}

.pagignation ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 2px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-decoration: none
}

.pagignation ul li a:hover {
    background: #fff;
    color: #000
}

.pagignation ul li.active a {
    background: #fff;
    color: #000
}

@media only screen and (max-width:639px) {
    .bg-subscribe {
        height: 100%;
        min-height: 100vh
    }
    .about_subscribe_hd {
        font-size: 34px
    }
    .about_subscribe_text {
        font-size: 21px
    }
    .csf-control {
        font-size: 16px
    }
    .sb-btn,
    .succsess-btn {
        padding: 13px 15px;
        font-size: 31px
    }
    .cstmr_suprt {
        font-size: 18px
    }
}

@media only screen and (max-width:580px) {
    .logo {
        width: 60%
    }
    .cs-checkbox {
        font-size: 13px
    }
    .cs-checkbox input {
        margin-top: 0
    }
    .game-listss ul li .gam-play {
        margin-right: 15px;
        width: 145px
    }
    .game-listss ul li .gam-list b {
        font-size: 18px;
        margin-bottom: 15px
    }
    .game-listss ul li .gam-list span {
        font-size: 13px
    }
    .game-listss ul li a {
        padding: 4px 18px
    }
    .pagignation ul li a {
        font-size: 14px;
        height: 27px;
        line-height: 28px;
        width: 27px
    }
    .about_subscribe_hd {
        font-size: 28px;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff
    }
    .about_subscribe_text {
        font-size: 18px
    }
    .csf-control {
        font-size: 14px
    }
    .Subscribe-main {
        margin: 15px auto 25px
    }
    .sb-btn,
    .succsess-btn {
        padding: 12px 15px;
        font-size: 26px
    }
    .cstmr_suprt {
        font-size: 15px
    }
}

@media only screen and (max-width:480px) {
    .logo {
        display: block;
        text-align: center;
        width: 170px;
        padding: 18px 0 15px
    }
    .about_subscribe_text {
        margin-bottom: 15px
    }
    .csf-control {
        font-size: 14px;
        padding: 12px 10px
    }
    p {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0 0 5px;
        line-height: 18px
    }
    .free_text {
        color: #000;
        display: block;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        width: 100%
    }
    .language a:link {
        padding: 0 10px
    }
    .content-page h2 {
        font-size: 16px;
        padding: 0 0 5px
    }
    .content-page p {
        font-size: 12px;
        line-height: 20px
    }
    .bottom,
    .foot-links {
        font-size: 12px
    }
    .my-game-page {
        padding: 0 10px;
        position: relative;
        top: 3%;
        bottom: auto
    }
    .small-txt {
        font-size: 13px
    }
    .game-listss ul li {
        margin-bottom: 10px
    }
    .game-listss ul li .gam-play {
        margin-right: 10px;
        width: 120px
    }
    .game-listss ul li .gam-list {
        padding: 3px 0 5px
    }
    .game-listss ul li .gam-list b {
        font-size: 13px
    }
    .game-listss ul li .gam-list span {
        font-size: 10px;
        margin-bottom: 5px
    }
    .game-listss ul li a {
        padding: 4px 18px;
        font-size: 13px
    }
}

@media only screen and (max-width:360px) {
    .logo {
        display: block;
        text-align: center;
        width: 44%;
        padding: 10px 0 10px
    }
    .about_subscribe_hd {
        font-size: 21px;
        padding-bottom: 10px;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff
    }
    .about_subscribe_text {
        font-size: 16px
    }
    .csf-control {
        font-size: 14px
    }
    .Subscribe-main {
        margin: 10px auto 15px;
    }
    .sb-btn,
    .succsess-btn {
        padding: 12px 15px;
        font-size: 21px
    }
    .cstmr_suprt {
        font-size: 14px
    }
    .font13 {
        font-size: 12px
    }
    .free_text {
        color: #000;
        display: block;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        width: 100%
    }
    .gray_bg {
        background: #2a2a2a none repeat scroll 0 0;
        font-size: 12px;
        line-height: 23px;
        margin-top: 5px;
        text-align: center
    }
    p {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0 0 5px;
        line-height: 17px
    }
    .button {
        padding: 5px 8%
    }
    .padding-top10 {
        padding-top: 5px
    }
    .exit_button {
        line-height: 20px
    }
}